Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vcl/button

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vcl/button

The main control for triggering actions

  • 0.4.6
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
4
Weekly downloads
 
Created
Source

VCL button

The main control for triggering actions.

Features

Two dimensional modifiers for variant and state. Variants like: emphasized, transparent etc. States like: disabled, pressed, hovered, selected etc.

Usage

Basic

Buttons can be created using the button, a and input tags while the first is to be preferred.

basic example

A button can appear to be disabled through vclDisabled class and/ or disabled attribute.

The default variant support a selected state via vclSelected as well.

selected example

If text exceeds the button's width, the text is cut off and does not break into a new line. With the vclOverflowEllipsis modifier and ellipsis is shown.

overflow-label example

The label of a button is generally build with an icogram, by virtue of which it supports labels with prepended and appended icons.

icon example

Button sizes can be changed with scaling modifiers from the size-modulation module.

size example

Variants

Multiple variants are supported through modifiers for the following cases:

  • Emphasized button which can be used to indicate the primary action.
  • Transparent/ half transparent/ alternative transparent variants.
  • Semantically colored.
  • Outline appearance.
  • Round appearance.

variants example

Classes

  • vclButton
  • vclButtonDim: Just the dimensions of a button.

Modifiers

  • vclSquare: Give button the same min-width as its height.

Contextual state:

  • vclSelected
  • vclActive
  • vclFocused

Pointer state:

  • vclHovered
  • vclPressed

Label overflow:

  • vclOverflowEllipsis

Variants:

  • vclEmphasized: emphasized appearance for the main interaction.
  • vclTransparent: with transparent background and hover indication by color.
  • vclEmphasizedTransparent: combo of previous two.
  • vclHalfTransparent: transparent background but not on hover.
  • vclTransparentAlt: transparent for dark backgrounds.
  • vclDanger: prevent users from accidentally doing dangerous things.
  • vclSuggestive: suggest users to safely conduct an action.

Additional Modifiers:

  • vclOutline: the border is used as outline, transparent background.
  • vclCircular: Circular shape.

Variables

See --button-* variables in the default theme.

Demo

example.html on GH-pages.

Keywords

FAQs

Package last updated on 13 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc